home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-1294.lzh / AMOSLIST / text0084.txt < prev    next >
Encoding:
Text File  |  1995-01-03  |  688 b   |  18 lines

  1. >I am currently replacing some AMOS procedures
  2. >by Assembler programs. As my AMOS routine contains
  3. >a Plot command I intend to use the WritePixel
  4. >routine from the graphics.library.
  5. >The problem is that I have to know the screen
  6. >rastport of the current in AMOS before calling
  7. >my Assembler routine (to which I can pass it
  8. >with Areg(1)=rastport). Can I use the "Screen base"
  9. >command? What offset do I need?
  10.  
  11.   Ain't none such.  AMOS uses its own screen routines and hence its own
  12. structure.  I suppose it would be theoretically possible to create a
  13. RastPort for an AMOS screen, but I've never tried and don't want to.  I
  14. prefer just using the Intuition Extension. :-)
  15.  
  16.   --Andy Church
  17.  
  18.